- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install product on hpux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:44 AM
08-30-2000 10:44 AM
1) i have a file 'ssh2132.tar' in root directory (i transferred this file from NT to HP using ftp)
2) then, i just did
# tar xvf ssh2132.tar
[result is:
x fisecure-ssh-2.0.13.2-dss-hpux11TCB/postinstall.sh, 140 bytes, 1 tape blocks
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
tar: f-secure-ssh-2.0.13.2-dss-hpux11TCB/
postinstall.sh: HELP - extract write error]
3) i am not exactly sure what that means and how to fix this problem in order to install this product
sam.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:47 AM
08-30-2000 10:47 AM
Re: install product on hpux
One method is to use a tmp directory for the installation.
TMPDIR=/
export TMPDIR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:48 AM
08-30-2000 10:48 AM
Re: install product on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:50 AM
08-30-2000 10:50 AM
Re: install product on hpux
Maybe you could move the file to another file system where you have more room and put it under a directory and do the tar again...then move it to where it should go.
Is this something that requires putting it under / root?.....
Usually software is going to be moved afterwards to /opt.
Hope this helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:50 AM
08-30-2000 10:50 AM
Re: install product on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 10:54 AM
08-30-2000 10:54 AM
Re: install product on hpux
You've filled up your root filesystem trying to extract the file(s) from the tarball.
First find a filesystem that has more room in it with 'bdf'.
Then 'cd' to an appropriate directory in that filesystem (where do you want the files to end up?) and untar the contents with 'tar xvf /ssh2132.tar'
The extracted tar files will be created relative to your current directory.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:14 AM
08-30-2000 11:14 AM
Re: install product on hpux
# bdf
[result is: / avail 0 kb, ....,
/opt avail 85644 kb, ...
# mv ssh2132.tar /opt
# ls
[ssh2132.tar is here]
# tar xvf ssh2132.tar
[resultis:
x f-secure-ssh-2.0.13.2-dss-hpux11TCB/postinstall.sh, 140 bytes 1 tape blocks
x f-secure-ssh-2.0.13.2-dss-hpux11TCB/readme.txt, 2726 bytes 6 tape blocks
x f-secure-ssh-2.0.13.2-dss-hpux11TCB/ssh_binary.tar, 12052480 bytes 23540 tape blocks
Tar: error! blocksize changed
#
2) this means i still have not enough space under /opt directory ??
3) and, also it means i need 12052480 bytes
free in order to install/tar this file ???
4) therefore, i checked again dir spaces using # bdf
and the result is:
Filesystem kb used avail mount on
/dev/vg00/lvo13 86016 86016 0 /
/dev/vg00/lvo18 450560 61040 365218 /var
/dev/vg00/lvo17 385024 322293 58845 /usr
/dev/vg00/lvo14 32768 1253 29549 /tmp
/dev/vg00/lvo11 67733 12553 48406 /stand
/dev/vg00/lvo16 245760 154444 85644 /opt
/dev/vg00/lvo15 20480 1130 18142 /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:20 AM
08-30-2000 11:20 AM
Re: install product on hpux
During your ftp, did you transfer your tar file withthe binary option set on? If you transferred it with the ascii option set on instead, unix will not be able to read it properly since the ascii translates carriage returns. You may want to try to transfer it with binary set on (just type binary at the ftp prompt) and try it again, but remember to delete your old tar file on the unix system first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:38 AM
08-30-2000 11:38 AM
Re: install product on hpux
ftp 128.xxx.xxx.10
name: root
password: summer
ftp> binary
ftp> put c:tempssh2132.tar
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:41 AM
08-30-2000 11:41 AM
Re: install product on hpux
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:43 AM
08-30-2000 11:43 AM
Re: install product on hpux
i did,
ftp> binary
ftp> put c:/temp/ssh2132.tar
[ps: actually i typed back-slash instead of
/. this forum does not allow to type back-slash. that is why i put the / slah instead of back-slash above here.]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:49 AM
08-30-2000 11:49 AM
Re: install product on hpux
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:07 PM
08-30-2000 12:07 PM
Re: install product on hpux
# mv /opt/ssh2132.tar /tmp
# pwd
/tmp
# ls
[ssh2132.tar is there]
# tar xvf ssh2132.tar
2) samr output as before
3) i think i need 12052480bytes to untar
ssh_binary.tar ?????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:13 PM
08-30-2000 12:13 PM
Re: install product on hpux
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:29 PM
08-30-2000 12:29 PM
SolutionRe-run the ftp, but before you put the file, cd to the directory with enough space. Someone mentioned on UNIX running bdf to see where space is Okay. Then from ftp
ftp HOST
user USERNAME
ftp> bin
ftp> cd /directory/with/enough/space
ftp> put "the_file"
ftp> by
then back on the unix box, tar xvf tarfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:37 PM
08-30-2000 12:37 PM
Re: install product on hpux
She says she moved the file and recevied the same message. That message was "nospace - /dev/root file system full". This does not convince me that the file was moved across filesystems.
Get my point?
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 04:59 AM
08-31-2000 04:59 AM
Re: install product on hpux
1) i just did (from hp box)
# bdf
[result : /var has most avavilable-space]
# cd /
# cd /var
# mkdir fsecure
2) then (from nt),
ftp 128.xxx.xxx.10
user : root
password : summer
ftp> bin
ftp> cd /var/fsecure
ftp> put c:tempusassh2132.tar
ftp> by
3) then (from hp box),
# pwd
/var/fsecure
# ls
ssh2132.tar
# tar xvf ssh2132.tar
[result is :
x f-secure ..../postinstall.sh ... 1 blocks
x f-secure ..../readme.txt ... 6 blocks
x f-secure ..../ssh_binary.tar..23540 blocks
x f-secure ..../ssh_config.tar ... 20 blocks
x f-secure ..../uninstall.sh ... 2 blocks
#
4) wow, it looks working fine w/o error,
arent they??
5) however, do i still need to untar
ssh_binary.tar and ssh_config.tar in order to install this product ??
6) (i have no manual and have not much experience installing s/w on unix box)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 05:32 AM
08-31-2000 05:32 AM
Re: install product on hpux
But thats another subject.
After you have untared the file you noticed 2 more tar files. You ned to untar these as well but keep in mind they will consume yet even more space. Use bdf for space information.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 07:26 AM
08-31-2000 07:26 AM
Re: install product on hpux
thanks, all!
[however, i think i have to install -next time- different place, not /var.]