Sponsored Content
Full Discussion: Cable for SUN x4200 DC
Special Forums Hardware Cable for SUN x4200 DC Post 302959343 by @dagio on Sunday 1st of November 2015 08:07:00 AM
Old 11-01-2015
Thanks for your response, this is also what i figured out...
 

10 More Discussions You Might Find Interesting

1. IP Networking

unix and the cable modem

If the cable modem that the cable company is using doesn't support unix is there a way around that . Are there drivers I can get online or is there a way to configure redhat lenix (that's what I will be using) to work with the cable modem. Or is there a way to buy a third party cable modem that... (3 Replies)
Discussion started by: gparsons70
3 Replies

2. Solaris

Is the cable you are using a null modem cable or a modem cable

Hi all, Is there any difference between a null modem cable or a modem cable ? i assume that a null modem cable is a normal cable that i used from cpu serial ports to a modem for dialup. please correct if i am wrong, thks (2 Replies)
Discussion started by: waterbear
2 Replies

3. Solaris

x4200 mortal errors and hellllp me!

hi after installation of sol 10 u 2 system started rebooting and when i tried to install solaris the system is giving: panic/thread=cbacf800: BAD TRAP: type=e(#pf page fault) rp=fec38ae4 addr=458b247d occured in module "unix" due to an illegal access to a user address syncing file systems..... (2 Replies)
Discussion started by: nibiru78
2 Replies

4. High Performance Computing

Normal (not crossover) cable for Sun cluster interconnect..

Hi grus, has anybody tried for Sun cluster interconnect normal cable ,, I mean not interconnect .. What do u think ..does it support this ? Not long ago I tried Veritas cluster and its interconnections work great with normal cable .. I wonder what will Sun cluster say to it :)) (3 Replies)
Discussion started by: samar
3 Replies

5. Solaris

Cable link down

We are unable to ping from Sun Ultra 60 to Ultra 10 machine and vice versa. We are getting an error message Cable Link Down ?. It was working fine. Troubleshooting steps taken. 1) Changed the IPaddresses on both machines 192.168.10.10 and 192.168.10.20. These machines connected through 8 port... (2 Replies)
Discussion started by: vijaykrishna
2 Replies

6. Solaris

x4200 solaris doesn't see new disk

I got two 2.5" disk for a x4200 and put it in. Just same these disk were, I remember doing this in the past, working.. Now when I put in the disk and run 'devfsadm' and also check with 'cfgadm -a', that disk doesn't seem to show up. When I pull out the disk I see this in the logs: Mar... (15 Replies)
Discussion started by: madvikas
15 Replies

7. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

8. UNIX for Dummies Questions & Answers

question on RJ-45 cable

Hi, Quick question on RJ-45 cable. I ran ethernet cable, this cable is about 200 feet long. I only need 100 feet cable, does the extra length going to hurt in terms of speed or signal? Please advise. Thanks. (3 Replies)
Discussion started by: samnyc
3 Replies

9. Solaris

Need assistance to replace root disk on Netra X4200

Good day. I have a SUN Netra X4200 running on Solaris 10, with two disks in raid 1 configuration. HDD0 (c2t0d0) seems to have a problem but HDD1 (c2t1d0) is ok: # for a in c2t0d0 c2t1d0 ; do raidctl -l $a; done Volume Size Stripe Status Cache RAID Sub ... (5 Replies)
Discussion started by: BRH
5 Replies

10. Solaris

SUn Netra X4200 M2 Drivers

Hi Guys, Could someone please share the dvd/cd that came with server Netra x4200 M2 since it is not more available in Oracle site? Or do you know where I can get that? Thanks! (4 Replies)
Discussion started by: CristianS
4 Replies
URI::Fetch::Response(3pm)				User Contributed Perl Documentation				 URI::Fetch::Response(3pm)

NAME
URI::Fetch::Response - Feed response for URI::Fetch SYNOPSIS
use URI::Fetch; my $res = URI::Fetch->fetch('http://example.com/atom.xml') or die URI::Fetch->errstr; print $res->content; DESCRIPTION
URI::Fetch::Response encapsulates the response from fetching a feed using URI::Fetch. USAGE
$res->content The contents of the feed. $res->uri The URI of the feed. If the feed was moved, this reflects the new URI; otherwise, it will match the URI that you passed to fetch. $res->etag The ETag that was returned in the response, if any. $res->last_modified The Last-Modified date (in seconds since the epoch) that was returned in the response, if any. $res->status The status of the response, which will match one of the following enumerations: o URI::Fetch::URI_OK() o URI::Fetch::URI_MOVED_PERMANENTLY() o URI::Fetch::URI_GONE() o URI::Fetch::URI_NOT_MODIFIED() $res->http_status The HTTP status code from the response. $res->http_response The HTTP::Response object returned from the fetch. $res->is_success $res->is_redirect $res->is_error Wrappers around the "$res->response" methods of the same name, for convenience. $res->content_type The Content-Type header from the response. AUTHOR &; COPYRIGHT Please see the URI::Fetch manpage for author, copyright, and license information. perl v5.12.4 2011-08-29 URI::Fetch::Response(3pm)
All times are GMT -4. The time now is 09:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy