Sponsored Content
Operating Systems Solaris Solaris BigAdmin RSS Sun Parts Installation Service Post 302264145 by Linux Bot on Wednesday 3rd of December 2008 08:20:01 AM
Old 12-03-2008
Sun Parts Installation Service

Here is information on Sun Parts Installation Service for installing Customer Replaceable Units (CRUs) onsite.

More...
 

8 More Discussions You Might Find Interesting

1. Solaris

SUN Solaris Installation

I am trying to install Solaris 9.0.4 to SUN Server V210 that does not have the CD/DVD drive. To use net install, I am preparing a target directory on SUN workstation running Solaris 9 x86. 1. Insert the SUN Sol 9 CD 1 ( not the Install CD) 2. I created a target directory_path on SUN Workstation... (7 Replies)
Discussion started by: ashah99
7 Replies

2. Solaris

Installation os on sun machine

I had one sun ultra enterprise1 cpu. it's not giving any disply,which operating system it's support. How can install os on this CPU. (2 Replies)
Discussion started by: jagadeesh
2 Replies

3. Solaris

creating service in sun solaris

hi, any body have a idea how to create a service in sunsolaries(like windows).is it possible to create a service?.if any body having idea help me? regards suresh (3 Replies)
Discussion started by: suresh_rtp
3 Replies

4. Solaris

Apache 2 doesnt create SMF service at installation

Hello everybody, I intended to use Apache 2 first time on my S10 U7 box. But the package (V2) is not ok for the developpers and they need 2.2.12 somehow. I removed Apache 1.3 and installed 2.2.12 with the stream package which I downloaded from Sunfreeware.com It's running perfectly if I start... (2 Replies)
Discussion started by: shadowfaxxxx
2 Replies

5. Solaris

Sun Solaris Installation

Hi, I am newbie in solaris administration. Can i get site/DOC for below tasks? 1.Solaris Operating System Installation 2.Creation of Mount points 3.Creation of Users and Groups Complete guide from scratch for new server.:b: Regards, Vinodh' Kumar (4 Replies)
Discussion started by: vino_hymi
4 Replies

6. Solaris

error while sun mc 3.6 installation

Hi Gurus, While I am trying to install SUN MC3.6 on v440 server below error is occuring .:confused: Server:/sun_mc-3_6_1-ga/disk1/sbin#sh es-inst ---------------------------------------------------------------------------- This script installs Sun (TM) Management Center 3.6.1... (2 Replies)
Discussion started by: sri243
2 Replies

7. Solaris

Sun Cluster installation

Hello. I'm trying to install two-node Solaris cluster. All nodes has three NICs (elxl0-elxl2). elxl0 is plumbed, other interfaces - not. At firstnode I started scinstall, made custom install, wrote hostnames of all two nodes and choose elxl1/elxl2 for cluster interconnection. After... (1 Reply)
Discussion started by: megabyte2003
1 Replies

8. Shell Programming and Scripting

Incrementing parts of ten digits number by parts

I have number in file which contains date and serial number: 2013101000. The last two digits are serial number (00). So maximum of serial number is 100. After reaching 100 it becomes 00 with incrementing 10 which is day with max 31. after reaching 31 it becomes 00 and increments 10... (31 Replies)
Discussion started by: Natalie
31 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.18.2 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 04:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy