Search
Excellent Resources
Great Forums
Helpful Blogs
Category Archives: Hardware
Solaris HOW-TO: Get the WWN of a Solaris host
To get the port WWN for Solaris, execute the following command: root@hamdan # prtconf -vp | grep -i wwn port-wwn: 21000000.c9617b79 node-wwn: 20000000.c9617b79 port-wwn: 20010000.c9611e8b node-wwn: 20010000.c9611e8b root@hamdan # From Solaris 10 onwards, the command “fcinfo hba-port” can also be … Continue reading
Solaris HOW-TO: Check Hardware Health
Checking Hardware health in Solaris can be done with a various set of commands. First and foremost is the “prtdiag” utility. This is the full path of the “prtdiag” command: # /usr/platform/`uname -m`/sbin/prtdiag -v It’s recommended to use the “-v” … Continue reading