- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux systems administration best practice thread
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
10-16-2002 05:33 PM
10-16-2002 05:33 PM
am just a novice system administrator and would like to gather expert's approach on system administration. may i then request you to post a brief and concise insight in managing your rather complicated system. Points will be rewarded accordingly. Thanks.
more power,
danny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 05:59 PM
10-16-2002 05:59 PM
SolutionMy approach is two fold:
(1) networking - build strong relationships with the following groups:
..(a) your vendors
..(b) your developers - or third party vendors
..(c) your networking staff
..(d) your telecommunications people
..(e) your facilities people
..(f) your electricians
..(g) your business units
..(h) your "clients"
(2) walk loudly and carry a big stick:
..(a) don't give QUICK anwsers to issues unless you are sure of the cause and how to correct it. Take time and get it right the FIRST time.
..(b) you earn respect and respect the job others do!
..(c) don't say "that's impossible", because few things are!
..(d) get excited and use that energy to learn something new
..(e) learn to say NO, because when someone say's they need to open some port up on an internet server that could compromise your companies reputation, then put your foot down and say NO, unless you get an officer of the company to authorize such IN WRITING. I guarantee you won't be seeing a lot of memo's from officers asking you to destroy your companies data and integrity, unless of course you are Arthur Andersen and work at Enron.
..(f) most importantly, have FUN!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:00 PM
10-16-2002 06:00 PM
Re: hp-ux systems administration best practice thread
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf74a49c5ae73d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9804a22d6d27d5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3f6ffd3f91d3d5118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2002 06:58 PM
10-16-2002 06:58 PM
Re: hp-ux systems administration best practice thread
You asked a good question. I thought about it for a few minutes and
here is a short list of what I came up with.
1. Learn something everyday. Reading to this forum daily will do it for you.
Read the trade magazines. Read the manuals. Read the man pages for commands.
You really want to learn something? Do an 'ls /usr/bin' and print the list, and
then start reading the man pages one by one in your spare time. Waiting on something
to print or a phone call? Read a man page. Learn where to find the answers and
you won't have to memorize everything.
2. Learn to write scripts. Shell scripts. Perl. Awk. Learn what you are most
comfortable with, but learn enough of all of them to make your way around.
Look at scripts other people have written. Use the really good things you see.
You'll need this skill for the next thing.
3. Automate when you can. If you find that you need to check something on a system
everyday, write a script to check it for you and have it e-mail you just when
something is wrong. Have it log everything the rest of the time in case something
blows up and you don't get the e-mail.
4. Document what you do. Not only in your scripts, but in your work. E-mail your
boss and your co-workers when you make a change on a system. Keep people informed
about what you are doing.
5. Don't get to be a bigot of one brand of hardware, software, or operating system.
If you stick around for a few years, chances are you'll work on several different
brands of everything. Nobody has the best of everything, and you can learn something
from other flavors of operating systems. Be flexible.
6. Be responsible. If you do something wrong, admit it. I've made some pretty big
mistakes before and I've survived some really stupid things just by standing up
and saying, "I did it. It was my fault. It won't happen again."
7. Keep your cool and have fun. If you live to be really old you will look back on
these days as the time of your life. I'd prefer to remember all the fun I'm having
instead of grumbling about work/co-workers/bosses/business/companies. Get over it
and have fun.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 12:20 PM
10-22-2002 12:20 PM
Re: hp-ux systems administration best practice thread
I will also stress out organization, consistency and always keep in mind growth. I have been in large datacenters where the first UNIX machine came and people thought that was it, one machine and we are all set. Before you knew it, a year later there were 50 UNIX machines around. Keep things organized and setup things in a way that other people can work on them (naming conventions, well written scripts), you might say that a cryptic setup means job security but it will also limit your growth. Keep your systems clean (file systems don't let them fill up and then get a call at 2AM), learn a bit about the databases and applications so you don't always need to call the DBA just to help you stop and start the database. Try and document as much as you can regarding your setup (this can be helpful in an emergency when a machine is down and you have absolutely no idea what the HW addresses and configuration is). Write down standards, you can make the rules and other people will respect them and follow them. If you name servers after cities in California or Islands in the carribean, then good luck having other people remember which one is which. If you put 1000 scripts in one directory, then wish other people who need to use these scripts good luck. As the other postings said, try and learn really good shell (or pearl) scripting and automate as much as you can. Help the developers and the DBAs, many of them will appreciate it and it will help your reputation in the company and most important make your life easier. And most important try to enjoy it and have fun!
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 01:46 PM
10-22-2002 01:46 PM
Re: hp-ux systems administration best practice thread
1. naming convention. Here is what I have used successfully for years:
Make the name not cryptic but not too simple. As pointed out earlier you can name them after cities, Islands etc. but the name doesn't mean much. I like to use a series of letters and numbers that mean something to everyone. Take the name CHPROD1. The first letter is the city it is located in "C"incinati. The second letter is the manufacturer "H"ewlet Packard. Prod is a production server and 1 is the first one online. So the name tells me it is in Cincy, it is an HP and it is a production server. Could be SSDEV3 which would be in St. Louis, Sun and the 3rd developement server. Play with it and arrive at your own naming convention. Could be floor numbers or building sites and application servers. Refrain from a St. Louis, HP, in the IT department.
2. Learn something every day. Get books on the O/S and hardware, networking, Sysadmin etc. And don't forget that until you are an expert use the forum just as you have done here. You no know that answers are quick to show up and accurate.
3. Don't beat your self up if you don't know what went wrong and how to fix it. Don't panic, take a breath and start thinking not doing. After a while you will find that you don't have to know all of the answers, a truely smart Admin knows where to find the answers.
Good luck and
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 02:01 PM
10-22-2002 02:01 PM
Re: hp-ux systems administration best practice thread
* don't be panic;
somtimes systems crashes,cluster wents done, but in such a situatio it is the best to be "cool" at first
* it would be good that you are a little bit organizational;
that saves your head and you won't get confused
* it will help you if you can laugh and have a little of fun
+++ don't drink too much coffee; I've seen colleagus who were getting mad and too much coffee isn't the best for your stomach
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 02:13 PM
10-22-2002 02:13 PM
Re: hp-ux systems administration best practice thread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 07:31 PM
10-22-2002 07:31 PM
Re: hp-ux systems administration best practice thread
NEVER turn down an opportunity for any decent training.
Keep your options open (good planning helps here).
Get a bound notebook (like a school composition book) and keep it with you. Use it whenever you learn something new. I got that one from one of the "masters" here. You may find it in another thread (my apologies), but it bears repeating.
Document your procedures and activities carefully.
Don't take yourself too seriously. (My wife keeps reminding me of that.)
Remember your family and don't let them suffer on the "back burner" ...keep in mind why you're bothering to work in the first place. (My wife keeps reminding me of thet one, too!)
Good Luck!
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 11:01 AM
10-23-2002 11:01 AM
Re: hp-ux systems administration best practice thread
maybe it doesn't sound that much of a technical advise, but:
1) read everything, as soon as you get it
2) learn whatever you can, as soon as you get the chance to do so
3) try/experiment whatever you cannot answer with the experience from the first two points as soon as possible
Actually this works for me for over 20 years, now. And everytime I turned down a chance to learn/read/try, just the very next day I had to be sorry about that, as it would have saved me a lot of trouble by then...
Ad 1: books, magazines, mailing-lists, news-groups, web-sites (liek the forums ;-)
Ad 2: trainings/workshops, *older* co-workers, even bosses
Ad 3: as Clay wrote: get a sandbox. Create Ignite/UX tapes. Learn to use them. Use them. (Solaris: JumpStart, AIX: mksysb, Windows: Ghost, Linux: well - "mondo" maybe)
With a safety net like that, you can sleep much better.
Explain things to others - afterwards you'll know those topics way better than before!
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 11:47 AM
10-23-2002 11:47 AM
Re: hp-ux systems administration best practice thread
The first place to start I would say is
to learn and know as much as possible about
you existing environment....like..
=> what hardware you have
=> which applications reside on what boxes
=> who are the application contacts
=> whats the contact escalation procedures
=> Try to see if you can get a test box where
you can try commands before executing on
the production env..
=> How the backup is performed ,, like what
software is being used , if this falls
under your area..
=> when system crashes, what are the places
to look ...just couple of minutes ago there
was a thread regarding this..
=> how to do a system recovery
=> Try to understand the concepts of LVM,
network setup etc..
These are some of the things I can think
Hope might help..
thanks
Nag Varma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:17 PM
10-23-2002 12:17 PM
Re: hp-ux systems administration best practice thread
All of the suggestions you see before you are good ones. In the form of documentation (for HP), I prefer to use the "Gold Book" approach and keep it up to date. The Gold Book was a book that HP used to provide that documented all I/O, printers, disks, software, service calls, etc. In addition, I added all the LVM information I could create, ioscans, network information, user information, application information, etc. However, far and aaway the best tool I use is Visio along with the templates provided at
http://www.sisp.hp.com/SISP/LoginFrame.tcl?area=stencils&doc=info/VisioStencils
These are great for making a living picture of your computer room. I post this to the admin web page as pdf's so that admins can drill down to details and see io addresses, etc. These books can be a bit overwhelming if you're in a large data center. However, I try to make them a priority upon the arrival of a new system.
HTH,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:50 PM
10-23-2002 12:50 PM
Re: hp-ux systems administration best practice thread
There are mistakes. The latest version is missing he answers to the practice test.
You don't need to take the test. This book contains all of the basics you need to succeed technically as a Systems Administrator.
I got it after browsing through it and stumbling upon answers to serveral issues I was working on.
The other advice here is also excellent. Follow it and improve your skills and you will do well.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2003 12:55 PM
05-31-2003 12:55 PM
Re: hp-ux systems administration best practice thread
There is new server though,
Check out the home of all HP owned Visio Stencils.
http://www.visiocafe.com
Greg Drinkwater
VSD Grafx Inc.
visio-cafe@hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 07:46 AM
06-02-2003 07:46 AM
Re: hp-ux systems administration best practice thread
The first and most important thing for success as an admin is to know when to say "I don't know, but I will investigate and find out." It is often a truth, and it allows you the time to find the right answer.
Also, you can't know it all. So know everyone. Everyone has skills at one thing or another.
Be quick to listen, and slow to speak. You can't be too quiet while someone is describing a problem. Use the mute button on your phone. Especially when you describe a user accurately as a "surviving brain donor" or something more even exotic.
I know too much and often open my mouth too soon. Even when I am right, some believe I am rash to state "it looks to me as if..."
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 09:24 AM
06-02-2003 09:24 AM
Re: hp-ux systems administration best practice thread
I'll keep it as short as I can :)
here are some things in no particular order
- learn scripting. I use this ALL the time. two good books are "Korn Shell Programming by example, O'Brien, Pitts" and "sed & awk, Dougherty & Robbins"
both are excellent and have helped me significantly.
- Learn from those you work with. When I started administrating Unix systems about a year and a half ago I didn't know much at all... I still have a lot to learn. Some of my co-workers have been doing this for 10+ years and I find that I can learn a great deal from them.
- done give out your password. This can save you a lot of headaches
- Documentation. Document everytyhing... if someone else can read ... then you might not get called out in the middle of the night.
- Pass the buck. Not in the slacker context... but rather install a tool such as Sudo or Service Control Manager and let a lower tier support team do some of your more meanial work such as account creation.
- participate in the ITRC forums!!! I can't begin to tell you how much I've learned from the people on here... and I've had several questions answered on here without having to go to HP support for help.
- Install a linux box on your desk. I would rather have a linux box on my desk than an HP workstation - It's just better. I have all kinds of scripts I've written in bash to monitor my HP-UX environment. Plus chick's dig linux (just kidding).
- Attend training classes periodically to keep up to date on what's going on or new tools and techniques.
- adopt a password policy and stick to it. Many users will not like this but setting a password length and aging policy will enhance security. Make sure the password also consists of alpha and numeric characters.