Sponsored Content
Full Discussion: Solaris 10 OS - SA-100-S10
Operating Systems Solaris Solaris 10 OS - SA-100-S10 Post 302311952 by ahmad_wa on Thursday 30th of April 2009 04:14:30 AM
Old 04-30-2009
mmm i get for administration but till now nothing about Essentials

i need the book for this course.
Course Overview


thx
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 9 Installation on Sunblade 100

I have a sunblade 100. It is preloaded with Solaris 8 but I do not have root password. I want to erase and install Solaris 9 on it. What are my options? I have a CD ROM. Could any one help me in getting started to install in from CDs? Appreciate your help guyz. (3 Replies)
Discussion started by: stevelrf
3 Replies

2. Solaris

configuring xdm on s10\open solaris

can someone hlpe me to use a X display manger to oepnsolaris I'm using 79a & have setup XMING on a windows client On the Solaris box I notice that XDM is not running, which i assume is essential for xming\client. I've read somewhere that to enable XDM i need to run gdmconfig so i've # xhost+... (5 Replies)
Discussion started by: stevie_velvet
5 Replies

3. Solaris

Who has "Solaris 10 Advanced System Administration(SA-202-S10)" latest revision doc?

Dear All, I am going to examine SA202 but I got SA-202-S10 revision A.1 so it might be out of date. Who has "Solaris 10 Advanced System Administration(SA-202-S10)" latest revision document? Could you share it ? Thank you in advance (2 Replies)
Discussion started by: unitipon
2 Replies

4. Solaris

Help! Trying to install Solaris 10 on a Sunblade 100

I recently bought a sunblade 100 for $150 from a guy that posted it on craigslist. I'm trying to learn Solaris 10. Prior to giving me the system he had Ubuntu installed. He removed it for before giving it to me. I basically have a hard disk that has nothing installed in it. I tried installing... (6 Replies)
Discussion started by: haloy
6 Replies

5. Solaris

WAS7 migration, port not persisted on S10

Hi all. So, im upgrading from WAS6 to WAS7 on S10 containers and am running in to a problem. Although i can successfully complete a migration (or so i thought) when i come to start the servers it bombs outs. This is because for some reason the migration process does not migrate the nodeagent... (0 Replies)
Discussion started by: boneyard
0 Replies

6. Solaris

Problem with S10 Update Manager

Hi, The green shield at the bottom right of the screen says 'Updates Available', so I click on it to get the latest updates. Then I select the first update in the list by clicking the checkbox and then clicking 'Install Update'. After a few seconds of trying to install the update an error... (1 Reply)
Discussion started by: patcom
1 Replies

7. Solaris

/home unwritable after new S10 install

I bought Solaris 10 some years ago and am now trying to use it. The install (on an Ultra 5) went ok but /home is unwritable. ls -l shows only Total 0. chmod won't add any permissions and the file manager shows the permissions to be n/a. Trying to write to /home results in a cannot create... (5 Replies)
Discussion started by: snorkack59
5 Replies

8. Solaris

Routing problem on new S10 install

I have a small network with a PC running FreeBSD, a DSL router/modem, an Ultra 10 running Solaris 2.6 and an Ultra 5 with a new Solaris 10 install. The network config. was set up similar to the S2.6 box. The S10 box can access all hosts on the network including the DSL modem but an attempt go... (2 Replies)
Discussion started by: snorkack59
2 Replies

9. Solaris

S10 Live Upgrade w/ VxVM unencapsulated

Hello All, I will be upgrading a Solaris 10 (11/06 u3) server to 09/10 u9. I am aware of all the patching necessary and the Live Upgrade procedure for this. This system has VxVM (5.0) installed and used for managing SAN data disks only. Root disk(s) are not encapsulated. The info I can... (4 Replies)
Discussion started by: btny
4 Replies

10. Solaris

Create New Group/User/Password in S10

I have performed the following with lower case group and usernames and the only difference is that the error message under groupadd goes away, yet I am still unable to successfully add a user WITH a home directory. This is in Solaris 10. I am able to add a group, add a user, add the users... (3 Replies)
Discussion started by: Showflash
3 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 10:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy