Sponsored Content
Operating Systems Solaris XSCF, SP and Dscp - confused. Post 302964057 by javanoob on Saturday 9th of January 2016 01:37:54 PM
Old 01-09-2016
XSCF, SP and Dscp - confused.

Hi all,

I understand SP is a separate processor use for management purposes.
I understand XSCF is the management facility (similar to IDRAC, ILOM etc).

I understand that we can create multiple domains in a SPARC machine (something like VM) and we can install OS in it.

I am able to use XSCF to managed (e.g. poweron and poweroff) domain etc.
I have also configure an IP on XSCF interface in other to access it via HTTP or SSH.
=========
What i don't understand is DSCP ? It is said that it is required for the SP to communicate with the DOMAIN.

Is it part of XSCF ? ( I did not setup any DSCP ip and i can still communicate (poweron/off/connect to domain console) using XSCF

It also seems to me that XSCF have 2 interface ( 1 for ssh/http access) and another that is use for DSCP ?

Can some gurus shed some light on what DSCP is and what can it do ?
SmilieSmilieSmilieSmilie

Regards,
Noob
 

10 More Discussions You Might Find Interesting

1. Solaris

Mx000 XSCF logging

is there a way to force an error on an xscf much the same way you can with logger on solaris 10? i would like to test and make sure setarchiving is appropriately configured. however, i do not want to just pull a power source as the system is in production. anyway have any insight? showarchiving... (0 Replies)
Discussion started by: pupp
0 Replies

2. Solaris

Service Mode on XSCF

While entering to service mode on XSCF i getting following error XSCF> service Account is not enabled for service mode. What could be the reason for this ? (5 Replies)
Discussion started by: fugitive
5 Replies

3. Solaris

M5000 servers - XSCF functions

Hi all A couple of new M5000 servers will be arriving soon and I need to work out how to configure the underlying domains. It will come with 4 x CPUS, 32 Gb of memory, 4 x HD, 2 x IOtrays. Reading the XSCF manual, I can configure the item into 2 domains, something about uni / quad xsb.... (9 Replies)
Discussion started by: sbk1972
9 Replies

4. IP Networking

TCP packet with RST flag not carrying DSCP

Hello, I'm having an issue with TCP sockets. When the TCP connection is terminated on one end, TCP packet with RST flag set is being sent to the sender. All the packets sent so far were carrying the DSCP 'AF21' set by me. But packet with RST flag is carrying DSCP '0'. Is this expected or... (0 Replies)
Discussion started by: Solace
0 Replies

5. Solaris

XSCF prompt disappeared, Sun M5000

Hi, I've got an issue here: After I logon to the xscf prompt of this Sun M5000 and did 'XSCF> version -c xcp', the xscf prompt disappeared. I can't get it back and can't log out. exit rebootxscf logout #. #> #> ~# ~# exit sendbreak exit I tried to set the Mode Switch to the service... (3 Replies)
Discussion started by: aixlover
3 Replies

6. Solaris

XSCF on M3000

Hi, I've updated a few M3000s to new firmware without any hassle, but on one of them the following is happening: XSCF> getflashimage -u wayner ftp://10.16.122.200/tftpboot/IKXCP1102.tar.gz Error: insufficient free space Any idea how to delete whatever old firmware is on there so I can... (7 Replies)
Discussion started by: cabaiste
7 Replies

7. Emergency UNIX and Linux Support

Change username in XSCF

Hi All, I have SPARC T4-4 connected with XSCF console. By mistake console user name is set to "root" instead of "sunadmin" (This is what we keep as standard). How can I change it ? Please help me -> show /SP/users/root /SP/users/root Targets: ssh Properties: role... (1 Reply)
Discussion started by: solaris_1977
1 Replies

8. Solaris

Mounting USB in XSCF on M5000

Trying to update my M5000 firmware. trying to mount my USB to upload firmware and getting the following message. XSCF> getflashimage -v file:///media/usb_msd/FFXCP1115.tar.gz Free space: 97MB Making sure mount point is clear umount: /media/usb_msd is not mounted (according to mtab) Trying... (2 Replies)
Discussion started by: soupbone38
2 Replies

9. Solaris

How to Display M4000 XSCF IP from Solaris OS?

Hi All, I have an Oracle M4000 server with Solaris 10 OS. I have access to Solaris root prompt. But I don't know the XSCF IP of this server. Is there any way to display XSCF IP from Solaris OS? (2 Replies)
Discussion started by: byrusber
2 Replies

10. IP Networking

M5000 Xscf

I took over an M5000 and have a jumper server with a nic to connect to the console IP of an M5000. access via ssh user@ip. it was working fine, another person can connect remotely on the subnet, but when I ssh,it just hangs and then times out. so my question is, any ideas of what I might... (4 Replies)
Discussion started by: rrodgers
4 Replies
sepolicy-communicate(8) 												   sepolicy-communicate(8)

NAME
sepolicy-communicate - Generate a report showing if two SELinux Policy Domains can communicate SYNOPSIS
sepolicy communicate [-h] -s SOURCE -t TARGET [-c TCLASS] [-S SOURCEACCESS] [-T TARGETACCESS] DESCRIPTION
Use sepolicy communicate to examine SELinux Policy to if a source SELinux Domain can communicate with a target SELinux Domain. The default command looks to see if there are any file types that the source domain can write, which the target domain can read. OPTIONS
-c, --class Specify the SELinux class which the source domain will attempt to communicate with the target domain. (Default file) -h, --help Display help message -s, --source Specify the source SELinux domain type. -S, --sourceaccess Specify the list of accesses used by the source SELinux domain type to communicate with the target domain. Default Open, Write. -t, --target Specify the target SELinux domain type. -T, --targetaccess Specify the list of accesses used by the target SELinux domain type to receive communications from the source domain. Default Open, Read. AUTHOR
This man page was written by Daniel Walsh <dwalsh@redhat.com> SEE ALSO
sepolicy(8), selinux(8) 20121005 sepolicy-communicate(8)
All times are GMT -4. The time now is 04:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy