Operating System - HP-UX
1834662 Members
2861 Online
110069 Solutions
New Discussion

Re: HP-UX and SYSFAULTMANAGER

 
belkacem
Frequent Advisor

HP-UX and SYSFAULTMANAGER

hello team,

i have to install the SYSFAULTMGMT on the HP-UX 11.23 SysFaultMgmt_B[1].07.01.01.03_HP-UX_B.11.23_IA_PA.depot,

when i tried to install it i got the bellow error message :


NOTE: The command "/sbin/mount" exited with a status code of "1". ^│
│ │ The following is the output from the command: ││
│ │ UX:vxfs mount: ERROR: V-3-20012: not a valid vxfs file system ││
│ │ UX:vxfs mount: ERROR: V-3-24996: Unable to get disk layout versi ││
│ │ NOTE: End of command output. Non-zero exit status may or may not be ││
│ │ a failure. Look for additional messages. ││
│ │ ERROR: Entry for filesystem "/dev/dsk/c2t1d0" in "/etc/fstab" could ││
│ │ not be mounted. If you do not want this file system mounted, │
│ │ comment it out of the "/etc/fstab" file, or set the │
│ │ "mount_all_filesystems" option to "false". │
│ │ ERROR: Cannot continue the Analysis Phase until the previous errors │
│ │ are corrected. v│
│ └<─

thank you for your help

10 REPLIES 10
Olivier Masse
Honored Contributor

Re: HP-UX and SYSFAULTMANAGER

Add "-x mount_all_filesystems=false" to swinstall, or fix your /etc/fstab as it has an invalid entry.

N.B. You'll have better answers if you post SysFaultMgmt-related questions in the HP-UX forum.
belkacem
Frequent Advisor

Re: HP-UX and SYSFAULTMANAGER

hello,

thanks a lot, i got this

* Beginning Selection
* Target connection succeeded for "ASIA:/".
ERROR: Could not start a management session for
"SysFaultMgmt_B[1].07.01.01.03_HP-UX_B.11.23_IA_PA.depot:/var/spool/sw"
due to an internal Remote Procedure Call binding failure. The
calling routine is "IC_SourceGet".
* Source connection failed for
"SysFaultMgmt_B[1].07.01.01.03_HP-UX_B.11.23_IA_PA.depot:/var/spool/sw".

WARNING: More information may be found in the daemon logfile on this
target (default location is
SysFaultMgmt_B[1].07.01.01.03_HP-UX_B.11.23_IA_PA.depot:/var/adm/sw/swagentd.log).

* Selection had errors.


thanks once again

Shinji Teragaito_1
Respected Contributor

Re: HP-UX and SYSFAULTMANAGER

I wonder if the following works.

# swinstall -s /tmp/SysFaultMgmt_B[1].07.01.01.03_HP-UX_B.11.23_IA_PA.depot \*

NOTE: suppose the depot file is present at /tmp.

If you still encounter the mount error you mentioned in your
first message, you should do the steps Olivier suggested.
belkacem
Frequent Advisor

Re: HP-UX and SYSFAULTMANAGER

hello,
the depot File is under the /usr directory Not @ tmp

thank you
Shinji Teragaito_1
Respected Contributor

Re: HP-UX and SYSFAULTMANAGER

You should specify the appropriate absolute path for the depot.
belkacem
Frequent Advisor

Re: HP-UX and SYSFAULTMANAGER

hi Again,

i have used the command
root>swinstall -s SysFaultMgmt_B.07.01.01.03_HP-UX_B.11.23_IA_PA.depot SysFaultMgmt

But the same Problem
Shinji Teragaito_1
Respected Contributor

Re: HP-UX and SYSFAULTMANAGER

You must specify appropriate ABSOLUTE path.
belkacem
Frequent Advisor

Re: HP-UX and SYSFAULTMANAGER

Sorry But i can't understand what do you mean ?

thank you
Sajjad Sahir
Honored Contributor

Re: HP-UX and SYSFAULTMANAGER


dear friend

swinstall - s /usr/SysFaultMgmt_B.07.01.01.03_HP-UX_B.11.23_IA_PA.depot SysFaultMgmt

I think this is u path

swinstall -s complete path
u dpt is under /usr directory


thanks and regards

Sajjad Sahir
Dennis Handly
Acclaimed Contributor

Re: HP-UX and SYSFAULTMANAGER

>But I can't understand what do you mean?

An absolute or full path starts with "/".
If you are in the same directory as the depot, you can use:
swinstall -s $PWD/SysFaultMgmt_B.07.01.01.03_HP-UX_B.11.23_IA_PA.depot SysFaultMgmt