- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to install gzip in HP UX B.11.11
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-23-2009 07:24 PM
тАО03-23-2009 07:24 PM
How to install gzip in HP UX B.11.11
I have downloaded from internet, but i was not able to install through swinstall -s. Can any one suggest me how to do it, i have read readme file in that package. Really i m not understand any thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 07:42 PM
тАО03-23-2009 07:42 PM
Re: How to install gzip in HP UX B.11.11
The Internet is large, and it contains many
things.
You downloaded _what_, exactly, from _where_,
exactly, and did _what_, exactly, with it?
Personally, I'd just fetch a source kit, and
build it myself.
http://www.gzip.org/
http://ftp.gnu.org/gnu/gzip/
Doesn't HP-UX B.11.11 include gzip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 07:57 PM
тАО03-23-2009 07:57 PM
Re: How to install gzip in HP UX B.11.11
http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.12/
If you download the 11.11 "compressed binary depot" (which is the 2nd link from the bottom) then you can use "uncompress" to uncompress what you download and then use swinstall to install.
>>Doesn't HP-UX B.11.11 include gzip?
HP-UX has come with a version of gzip since at least version 10.20. However, if I recall correctly it was relatively old (Version 1.2.4 I think) and did not support creating files larger than 2GB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 07:59 PM
тАО03-23-2009 07:59 PM
Re: How to install gzip in HP UX B.11.11
Yes: /usr/contrib/bin/gunzip /usr/contrib/bin/gzip
gzip 1.3.5 (2002-09-30)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 08:19 PM
тАО03-23-2009 08:19 PM
Re: How to install gzip in HP UX B.11.11
Om just give the command "whereis gunzip" if gunzip is there in your system you will show the path like :
#whereis gunzip
/usr/contrib/bin/gunzip
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 10:02 PM
тАО03-23-2009 10:02 PM
Re: How to install gzip in HP UX B.11.11
# whereis gunzip
gunzip: /usr/local/bin/gunzip /usr/contrib/bin/gunzip /usr/local/man/man1/gunzip
.1 /usr/contrib/man/man1/gunzip.1 /usr/contrib/man/man1.Z/gunzip.1
Its showing like above mentioned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 10:22 PM
тАО03-23-2009 10:22 PM
Re: How to install gzip in HP UX B.11.11
you have gunzip installed and can use
/usr/contrib/bin/gunzip
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 10:36 PM
тАО03-23-2009 10:36 PM
Re: How to install gzip in HP UX B.11.11
I have done the gunzip function its working fine.
Now i have installed sudo package, but i dont know how to provide a access to one user with kill command enabled. Can you provide the sample /etc/sudoers file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 10:47 PM
тАО03-23-2009 10:47 PM
Re: How to install gzip in HP UX B.11.11
Go through this link u will find your answers
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=102058
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2009 10:49 PM
тАО03-23-2009 10:49 PM
Re: How to install gzip in HP UX B.11.11
One more
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1237877222238+28353475&threadId=1256914
Hope u will get help from both threads
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 12:39 AM
тАО03-24-2009 12:39 AM
Re: How to install gzip in HP UX B.11.11
#whereis visudo
/usr/sbin/visudo
run the command /usr/sbin/visudo
It will open /etc/sudoers you can edit as below mention
User servername = /usr/bin/kill
for example
# jack may run this commands in CSNETS
jack CSNETS = /usr/sbin/reboot, /usr/sbin/shutdown, /usr/bin/passwd
save the file
login as jack
to run kill command
sudo /usr/bin/kill -9 pid
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 01:22 AM
тАО03-24-2009 01:22 AM
Re: How to install gzip in HP UX B.11.11
Thanks a ton for your help. Now sudo access is working fine. But i need some clarification on this.
1. kill -9
2. You may want to run the configure with this option: --disable-root-sudo That way you don't get in a situtation where someone can do a sudo sudo /bin/sh and become root... ( I AM NOT ABLE TO DISABLE THE ABOVE MENTIONED ITS SHOWING AS:
# /usr/local/bin/sudo --disable-root-sudo
/usr/local/bin/sudo: illegal option -- - )
3. I dont want to use # who -q command for sudo users, its possible or not.
4. How to uninstall sudo.
THANKS IN ADVANCE...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 08:04 PM
тАО03-24-2009 08:04 PM
Re: How to install gzip in HP UX B.11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 08:54 PM
тАО03-24-2009 08:54 PM
Re: How to install gzip in HP UX B.11.11
The title of this thread is "How to install
gzip in HP UX B.11.11". Now, you seem to
want advice on a completely different topic.
A casual reader will never guess this.
> (kill -15 is not working now)
What, exactly, does "not working" mean?
> 4. How to uninstall sudo.
Who knows how you installed it? (Or what,
exactly, you installed?) "Now i have
installed sudo package" is not a complete
description of what you installed or how you
installed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 08:55 PM
тАО03-24-2009 08:55 PM
Re: How to install gzip in HP UX B.11.11
You can uninstall sudo from sam or
#swremove -i packagename.
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2009 10:05 PM
тАО03-24-2009 10:05 PM