Operating System - Tru64 Unix
1829727 Members
2118 Online
109992 Solutions
New Discussion

Diskconfig doesn't display disk

 
LucianoCarvalho
Respected Contributor

Diskconfig doesn't display disk

Hi Guys.

I'm havina a issue with diskconfig.
I can execute the commando "disklabel" upon a disk with no problems. But when a enter disconfig to configure that disk, it doesn't appear on diskconfig.
What this could be?
3 REPLIES 3
LucianoCarvalho
Respected Contributor

Re: Diskconfig doesn't display disk

Sorry. I'm running Tru65 5.1. Patch Kit 4
Ralf Puchner
Honored Contributor

Re: Diskconfig doesn't display disk

if it is an HSG80 disk, please check correct luns within hwmgr. Try to write a standard label with disklabel.

Is it a cluster or standalone system, what type of storage (san, local disks)?
Help() { FirstReadManual(urgently); Go_to_it;; }
Dave Bechtold
Respected Contributor

Re: Diskconfig doesn't display disk

Hello,

The "diskconfig" utility is dependent on a good hardware database and device special files. I'd recommend trying the following:

# dsfmgr -K


# dsfmgr -vV


If the above command finds errors, then do the following.

# dsfmgr -vFV
# dsfmgr -vV

# hwmgr -show comp -incon -full
< This should return to the prompt with no messages, if it reports messages, post them.>

If the above doesn't help then see if any errors are reported by executing the following command in a terminal to start diskconfig

# /usr/sbin/dop x11:diskconfig

Hope that helps,
Dave Bechtold