Operating System - HP-UX
1825562 Members
3064 Online
109681 Solutions
New Discussion

Problems to install ignite

 
SOLVED
Go to solution
Dreymann, Thomas
Occasional Advisor

Problems to install ignite

Hi,

I got the Ignite-UX-ALL_B.3.7.96_HP-UX_B.11.11.depot
and tried several times to install it with swinstall -s /var/spool/sw/Ign....depot \*. But all time I get the message, that a mount could not be done (cdrom), so I disabled it with mount_all_filesystem=false.

Now, I have a new error like:Failed to start source agent on /var/spool/sw for root@server. "/var/spool/sw" is not a valid depot.

So, what should I do to install it. Maybe, someone can help me...

thanks in advance
Thomas
today is today
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor

Re: Problems to install ignite

Hi Thomas:

The first thing I'd try is to restart the SD daemon:

# swagentd -r

Regards!

...JRF...
T G Manikandan
Honored Contributor

Re: Problems to install ignite

#/usr/sbin/swagentd -r

#swreg -l depot

This will register.

#swinstall -s


Thanks
Dreymann, Thomas
Occasional Advisor

Re: Problems to install ignite


I restarted the deamon swagentd -r and made a swreg -l depot /path/ign....depot.
If I start swinstall -s /path/Ign...depot I got the SD-UX mask and after selecting the bundle B5725AA and Ignite-UX-11-00 an analyse will start and faild with the message: ....
WARNING: Ignoring unknown keyword "hp_mfg" at line 51.
WARNING: Ignoring unknown keyword "hp_mfg" at line 513.
WARNING: Ignoring unknown keyword "hp_mfg" at line 561.
WARNING: Ignoring unknown keyword "hp_mfg" at line 609.
NOTE: The command "/sbin/mount" exited with a status code of "1". x x
xx The following is the output from the command: x x
xx /dev/dsk/c0t1d0: Device busy x x
xx NOTE: End of command output. Non-zero exit status may or may not be x x
xx a failure. Look for additional messages. xxx
xx ERROR: Entry for filesystem "/dev/dsk/c0t1d0" in "/etc/fstab" could xxx
xx not be mounted. If you do not want this file system mounted, xx
xx comment it out of the "/etc/fstab" file, or set the xx
xx "mount_all_filesystems" option to "false". xx
xx ERROR: Cannot continue the Analysis Phase until the previous errors ....

The second try with mount_all_filesystems=false show the message like:
* Beginning Selection
* Target connection succeeded for "server-:/".
ERROR: There is currently no depot software on host "ariadne-" at
location "/var/spool/sw".
* Source connection failed for "ariadne-:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is
ariadne-:/var/adm/sw/swagentd.log).
* Selection had errors.



so, where is the mistake...;-( ?

Thomas
today is today
Ravi_8
Honored Contributor

Re: Problems to install ignite

Hi, Thomas

#/usr/sbin/swagentd -r

#swinstall -s

never give up
T G Manikandan
Honored Contributor
Solution

Re: Problems to install ignite

Invoke swinstall as

# swinstall -x mount_all_filesystems=false -s



or

I think there is entry in the /etc/fstab filewhich is creating problems

you can comment the line having dev/dsk/c0t1d0.

Thanks
Dreymann, Thomas
Occasional Advisor

Re: Problems to install ignite

yep, the option -x was very successful.

Thanks a lot...

best regards
Thomas
today is today