![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New to AIX System Admin | ibmer414 | AIX | 8 | 12-30-2007 01:39 AM |
| Admin info | boyzdynasty | UNIX for Dummies Questions & Answers | 3 | 05-12-2005 05:00 PM |
| Admin over the web | ruizf | UNIX for Dummies Questions & Answers | 1 | 01-28-2003 10:37 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Q for the admin guys,
When the server (Spark) is rebooted does a shell starts database, connection to database, and etc or would have to be the administrator log on as database admin and start the database? If it starts from the shell how would the script look like since the dba has access to the shells for database? Thanks for you feedback, gp |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Most servers are configured so the services are initiated and started when the system boots. This happens in the boot scripts. These boot scripts excute in a logical sequence insuring that the operating environment is setup properly. For example, check local filesystems and the mount them; start networking services; mount networked filesystems; start database services; start network services.
For example, many people on the net use apache with PHP and MySQL. Because they they run applications with Apache/PHP that use MySQL as the database backend (like this site) you would start MySQL before Apache. All of this occurs in the boot resource directory (/etc/rc.d/ on my systems, every major flavor of UNIX has a different way to do this) but the idea is the same. Sorry, I would like to add more, but have to run to a meeting. |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|