Operating System - HP-UX
1832527 Members
8458 Online
110043 Solutions
New Discussion

unable to install except on HP-UX system

 
chakribobby
Advisor

unable to install except on HP-UX system

Hi
while trying to install except on HP-UX i am getting this error message
can an one help me
bash-3.1# swinstall -s /home/tpmprereqs/expect-5.43-ia64-11.23.depot "*"

======= 01/07/09 23:31:56 IST BEGIN swinstall SESSION
(non-interactive) (jobid=HBPTCP52-0093)

* Session started for user "root@HBPTCP52".

* Beginning Selection
* Target connection succeeded for "HBPTCP52:/".
* Source:
/home/tpmprereqs/expect-5.43-ia64-11.23.depot
* Targets: HBPTCP52:/
* Software selections:
expect.expect-MAN,r=5.43,a=HP-UX_B.11.23_64
expect.expect-RUN,r=5.43,a=HP-UX_B.11.23_64
* Selection succeeded.


* Beginning Analysis and Execution
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
ERROR: "HBPTCP52:/": One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted.
* The analysis phase failed for "HBPTCP52:/".
* Analysis and Execution had errors.


NOTE: More information may be found in the agent logfile using the
command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/".

======= 01/07/09 23:31:57 IST END swinstall SESSION (non-interactive)
(jobid=HBPTCP52-0093)

3 REPLIES 3
Robert Salter
Respected Contributor

Re: unable to install except on HP-UX system

Sounds like some of the file systems it's looking for are not mounted. Did you look in agent logfile? It might tell which file system.
Time to smoke and joke
TTr
Honored Contributor

Re: unable to install except on HP-UX system

From the error
> One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted

You have an entry in /etc/fstab that it is not mounted. Either
1. mount it or
2. comment it out in /etc/fstab or
3. use the "-x mount_all_filesystems=false" option in your swinstall command.
sujit kumar singh
Honored Contributor

Re: unable to install except on HP-UX system

Hi

1) run the command "swjob -a log HBPTCP52-0093 @ HBPTCP52:/ as suggested to know more about the error.
2)chaeck for /etc/fstab and the bdf O/Ps that will suggest if all the FS as desribed in the /etc/fstab are mounted.
3)While running the swinstall session have a clear look at the "logfile" for the errors and warnings, u will be able to fond more clearly the cause.

If possible try pasting the logfile Errors and Warnings that come when u do this swinstall

Regards
Sujit