Modify Ethernet driver settings for a local zone of exclusive ip-type

Hi there
A quick one. Have configured a local zone with ip-type set to exclusive for a physical interface fjgi1. How can I modify the fjgi driver settings for this local zone?
Should I edit /platform/SUNW,SPARC-Enterprise/kernel/drv/fjgi.conf under the global zone and reboot the global zone, or create and edit a new config file in the local zone and reboot it?
Thank you
Sunny

Driver settings like this are shared by all zones. So you'd need to make the change in the global zone.
Darren

Similar Messages

  • How to dynamically set max-rss size for a local zone?

    Running solaris 10 05/08.
    Following situation: Three local zones in a Veritas cluster. The zones
    can fail over but normally not all three are on the same physical box.
    I want to be able to restrict physical memory usage for the zones in
    situations where certain combinations of them end up on the same
    physical box. So, I need to be able to dynamically change memory
    resources. I know how to do this with, for example locked memory:
    prctl -n zone.max-locked-memory -r -v <mem> `pgrep -z <zone name>
    init`
    but i need to do this for physical memory and I can't see that there
    is a zone resource for this? I thought this was added in 05/08?

    Hi
    You can do this by using rcapd from the global zone
    - start rcapd from the global zone:
    svcadm enable svc:/system/rcap:default
    - set a physical memory caping value for each zone
    rcapadm -z your_zone -m max_rss_value
    - check the memory use for all the zone capped
    rcapstat -gz
    You can set the rss capping value in the zone configuration:
    # zonecfg -z your_zone
    zonecfg:busi-app-prod> add capped-memory
    zonecfg:busi-app-prod:capped-memory> set physical=900m
    zonecfg:busi-app-prod:capped-memory> end
    zonecfg:busi-app-prod> verify
    zonecfg:busi-app-prod> commit
    zonecfg:busi-app-prod> exit
    This will be take in account at the next reboot of this zone.
    Have a also a look to rcapadm to tune rcapd
    Bye
    Fred

  • Possible to modify default module settings for large deployments?

    Is it possible to modify the default threshold and action settings for select modules, so that everything is good to go as soon as I add the node into SMC?
    I am trying to find a way to easily standardize the monitoring and notification settings across the environment.

    Hi mcomdsm,
    I think the easiest way to standardize your thresholds and actions settings would be to use the Manage Jobs feature, which allows you to create tasks like loading/unloading modules, adding rows to specific modules, setting up alarm thresholds and actions and apply it to a user-defined group of objects. This way, if you add a new node to Sun MC, you can run the same task already saved in managed jobs against the new node.
    There is a nice example on how to use Manage Jobs here: [http://forums.halcyoninc.com/showthread.php?t=97&highlight=threshold]
    Pegah Garousi
    Halcyon Monitoring Solutions

  • Driver program for GI(goods issue) smart form output type WA01

    Hi,
    i have designed one smart form for GI o/p type WA01 for Tcode MIGO ,but could get any standard driver program becoz in our server the standard program is for the script and not smart form.can anybody help me in finding the standard driver program for trigerring the smart form.

    Hi,
    Try prog SAPM07DR.
    Paras

  • Modify "standard view" settings for an ALV in a WD4A view

    Hi fellow developers
    I have placed an ALV on  WD4A view.
    In the WDMODIFYVIEW I try to manipulate the ALV settings but somehow the settings of the "standard view" overrule my commands.
    The settings of the "standard view" are not modifiable from within the function.
    Is there a possbility to change the settings of this "standard view" that is being used for this ALV?
    Kind regards
    Wouter Heuvelmans
    Pyramid Applied Solution

    Execute your application in administration mode, afterwards you can change the settings using settings link of the ALV and save the same as part of "Standard View". If you want settings only for a user then ask user create a view of there own and set the same as default view.
    Even if you maniuplate ALV Layout settings ( other then Initial settings set during ALV call ) the same will be overruled by the default view set in the ALV i.e. Initial settings. 
    Regards
    Rohit Chowdhary

  • Hp laserjet p2055dn driver settings for windows 8

    Don't know if I have the right board or not.  I have a hp p2055dn dual tray printer.  Just bought an hp paviliion 23 and can't get it to work the printer right. I need to know the settings and how to get to them. Have a 10yr old dell and works great at selecting paper and fast.  New hp is slow and won't select right paper.  I have went into, what I can find, and select "auto select".  No diff.  tried to load the cd from  the printer and says its already installed on the computer.  Help.
    Ron

    My Windows 8.1 Professional 64-bit system has a built-in driver for the LaserJet 1015 model:
    You may have to click the Windows Update button in the Add Printer dialogue, then wait (perhaps for several minutes) whilst additional drivers are downloaded, before the list is repopulated.

  • Incorrect time offset settings for Russian time zones

    I'm putting new USC blade servers to production. I've discovered that if I set correct time zone for my city ( "Asia/Yekaterinburg (Moscow+02 Urals)" ), the time shown in USC Manager is one hour behind the actual time. It seems that this bug is related to any Russian time zone. For example, if I select Novosibirsk time zone (Asia/Moscow+3), the system shows correct time for my city, which is one hour behind Novosibirsk time.
    USC Manager version is 2.1(1a) (the latest version available for download from Cisco site). The system is set to obtain correct time from NTP server which is local Windows domain controller (which, in turn, syncronizes its time from Internet NTP server).
    Switching between summer and winter time in Russia was cancelled two or three years ago. I suspect that Cisco programmers are simply unaware of this fact.

    Hi Evgeniy,
    We had a bug filed for this and this was supposed to be fixed in 2.1 release.
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtw92688
    Let me check in my lab as well and check with the engineering (if required) and communicate back to you.
    ./Abhinav

  • Oracle JDBC driver problem for Canada locale

    Hi, there:
    I have problem on Oracle JDBC thin driver with Canada locale on client side:
    I'm using Oracle9i thin jdbc driver, the nls parameters in oracle database is:
    NLS_LANGUAGE: AMERICAN
    NLS_TERRITORY: AMERICA
    NLS_NUMERIC_CHARACTERS : .,
    My java client side is running on Windows NT, which using jdbc thin driver to connect oracle database. If I set the locale in client side as "English(Canada)", it seems return me "French" number format, like ",45" (comma, instead of decimal point) for "0.45". However, If I set client side locale as "English(United States)", it returns me "0.45" as expected.
    So, my question: does Oracle JDBC driver always returns "French" number format evenif I set "English(Canada)" as locale? Because Canada have both English and French locale "French(Canada), and English(Canada)". How can I get "English" number format like "0.45" with "English(Canada)" locale setting?
    Really appreciated any reply, and thanks a lot in advance
    David

    Sounds like a question for Oracle Support to me.
    Anyway, the way to avoid the problem is to not ask Oracle to format numbers. Get the number directly (via ResultSet.getInt() or getDouble() or whatever) and ask Java to format it.

  • Correct MYSQL settings for the local akonadi server

    Hello!
    I am on KDE 4.11 and it runs quite good after some polish.
    But I am still hitting some problems with akonadi ...
    My configuration is set to use my running mysql server on localhost.
    So the akonadiserver is set to NOT use akonadi internal mysql but instead use the localhost mysql with a akonadi database within it. Works nice and seems to be much quicker than the internal solution but I might be wrong on that.
    But after a while leaving my box running I run into problems (I guess it's stuff like the "wait_timeout" for the mysql server is set to only 8 hours and the optimizations in the "/usr/share/config/akonadi/mysql-global.conf" seem not to be apllied.)
    My questions are:
    1. I don't want to edit my global "/etc/mysql/my.conf" file so how can I be sure that the user file
    "/home/.config/akonadi/mysql-local.conf" (a copy of mysql-global.conf) is applied to the connection of akonadi with the database.
    2. Is there any good (and not outdated) information that I missed on the configuration of akonadi with external (though local) mysql? ... or is this simply not advisable to use noninternal mysql at this stage with KDE?
    thx for any help (and for reading),
    piedro
    Last edited by piedro (2013-08-27 17:50:02)

    Miguel,
    A quick way to see if everything is working without pulling your hair out is to click the machine name in the login dialog window (below "Mac OS X" and above the "Name:" box). This will cause the display to cycle between a number of parameters, one of which will have a green indicator if Network Accounts (client logins via OD) are available. In order to get the green indicator, everything has to be working (the computer has to be bound to the OD, the server has to be found, etc.).
    Hope this helps,
    Russ
    Xserve G5 2.0 GHz 2 GB RAM   Mac OS X (10.4.8)   Apple Hardware RAID, ATTO UL4D, Exabyte VXA-2 1x10 1u

  • Hard drive settings for Ultra 2, IBM DNES-309170, 390-0007 drives

    I recently acquired an Ultra 2 workstation without hard drives. I found some working IBM DNES-309170 drives from a Dell Pentium 2 server and see that they are Sun part 390-0007 for use in the Ultra 2. When I try to load Solaris 8, an error appears that there is a bad magic number or something like that. Is there a problem with the drives' jumpers? Thanks.

    You'd best get your Solaris installation CD's
    Boot from the first disk and then you're in an OS environment.
    OK boot cdrom -s <enter>
    If you don't happen to use the "-s" command switch for single-user mode, the installation process will launch.
    But ... that's OK as well because partway through you can right-click the GUI that eventually appears
    and open a terminal window for command line interaction
    while the install otherwise waits your interaction (which you simply don't give).
    Some links for you:
    The Ultra-2 in the Sun System Handbook (SSH)
    http://sunsolve.sun.com/handbook_pub/Systems/U2/U2.html
    The Ultra-2's manuals, as linked from that SSH page
    http://www.sun.com/products-n-solutions/hardware/docs/Workstation_Products/Workstations/UltraSPARC_Workstations/Sun_Ultra_2/index.html
    OBP 3.x Command Reference Manual ( # 806-1377 )
    http://docs.sun.com/app/docs/doc/806-1377-10?q=openboot+command+reference
    Solaris Operating Environment as found at Docs.Sun.Com
    http://docs.sun.com/app/docs/prod/solaris
    ( ... and for example, the Solaris 8 installation guide http://docs.sun.com/app/docs/doc/806-2224-10 )

  • I have lost the correct proxy settings for the ethernet connection using Safari.  How do I get back to the original ethernet proxy settings?

    I changed the ethernet proxy settings for Safari on my Mac Pro, when I was in a particular place that required extra security.  Now I cannot get the ethernet connection to work when back home.  The wireless connection works fine.  What are the original ethernet proxy settings.  How do I make the changes?
    Thanks

    From your Safari menu bar click Safari / Preferences then select the Advanced tab. Click Change Settings next to Proxies. Select Automatically from the Configure pop up menu.
    You may also have to select the Proxies tab. If any of the boxes are selected, deselect then click OK.

  • Network access from local zones on a Solaris 10 router

    I'm kind of stuck at an interesting problem.
    I have a Solaris 10u6 system which is itself a router between a number of networks.
    It has several dozen routes to different networks via different next-hop gateways,
    just one of which is a default route to the ISP to internet.
    I thought of setting up local zones to securely run infrastructure services (BIND,
    Squid, Mail relay) on this machine, with only a single dedicated public IP address
    (from our delegated address space) per such zone. Zones use a shared-IP stack
    on one of the machine's VLAN interfaces (the LAN part with public IP addresses).
    The problem is - since this machine is the gateway for the subnet used for the
    local zones, they don't inherit any default route. The one default we have to the
    ISP is on another interface's subnet.
    [root@ns8 /]# netstat -rn | grep default
    [root@ns8 /]# netstat -rn | wc -l
    50
    On a side note, these zones do inherit dozens of other routes (50 above) with
    next-hop routers not on the local zone's subnet - so these are also not accessible.
    I think such useless routes should also be filtered away - as "mismatching" default
    routes are.
    Due to all this the zone has no networking outside its subnet/mask: it doesn't
    even try to send anything, since there is not a single route with a matching next
    hop router, i.e.
    [root@ns8 /]# traceroute -nI 194.87.0.50
    traceroute to 194.87.0.50 (194.87.0.50), 30 hops max, 40 byte packets
    1 xx.yy.zz.8 0.102 ms !H 0.032 ms !H 0.027 ms !H
    To reiterate, this setup is different from that of the numerous replays of "How to
    set up internet for zones with virtual IP addresses?"
    That recipe suggests to add a fake router and maintain its ARP address to be
    that of the real default gateway, and set up NAT to rewrite private IP addresses
    to the global zone's public IP. While I've also used the recipe a number of times,
    it does not seem feasible in this router's case - there are too many next-hop
    routers (and learned with a dynamic routing protocol), not just one default-gw.
    I can of course go back to running services in the global zone and binding them
    to these dedicated public IP addresses via configuration files - and this works
    since the global zone has access to any needed routers having IP addresses
    in relevant subnets - but I hoped to secure the system a bit more and separate
    routing from infrastructure tasks...
    So the question is: how can I set up networking for local zones in this case
    when they are running on a router? Is it possible?
    Thanks,
    //Jim

    You can set the Airport Extreme in "Bridge" mode, and then it will just extend the existing subnet.
    Airport Utility -> Airport Extreme -> Internet -> Connection Sharing -> Off (bridge mode)

  • Pasta configuration - change driver settings.

    Hello Xperts,
    I'm currently configuring printers for a R12 site and there is an issue with the alignment, after running the diagnostics I noticed that the print style is LANDSCAPE I woul like to make it LANDWIDE and test, can one please let me know how do we make this change for this particular printer.by doing this the changes made to the driver settings to alter the printing on the right hand side would take effect as per note 358879.1
    This printer type has both style and driver settings for LANDWIDE and LANDSCAPE not sure why it's picking only the LANDSCAPE.
    Thanks in advance.

    Please see these docs.
    PASTA 3.0 Release Information [ID 239196.1]
    How To Setup Custom Pasta A4 Print Styles And Drivers [ID 763274.1]
    How to Setup Pasta for PCL Based Printers [ID 365111.1]
    The Pasta Landwide Driver Truncates / Cuts Off The Right Side Of The Report [ID 358879.1]
    Thanks,
    Hussein

  • Using dtrace to tap into local-zone console output?

    Was wondering if anyone has experimented with dtrace to capture zlogin console output for local zones. (all in the global ofcourse)
    (I don't want to run zlogin and capture its output to a file, since that would interfere with normal "zlogin" operation.)
    The idea would be to try and use dtrace to attach to some sort of centralized "zlogin construct/object" and then capure ALL zlogin console-output for ALL local zones, with dtrace, and then having that parsed out to log-files for each local zone.
    Might sound a little far-fetched, but until a standard interface for zone-console logging is created, this may be the base we can do?
    If you can think of alternatives, please share them.
    thanks,
    -- MikeE

    For the record: http://blogs.sun.com/roller/page/menno/20050525
    Menno

  • SAP/ORACLE File Systems Disappeared in Local Zone

    I created some 20-30 files systems as meta devices for a SAP/Oracle installation on my 6320 SAN for a local zone.
    I did a newfs on all of them and then mounted them in the global zone with their appropriate mount points.
    I then did a zonecfg with the following input.
    zonepath: /export/zones/zsap21
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /opt/sfw
    inherit-pkg-dir:
    dir: /usr
    fs:
    dir: /oracle
    special: /oracle_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/stage/920_64
    special: /oracle/stage/920_64_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /temp
    special: /temp_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /usr/local
    special: /usr/local_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /usr/sap
    special: /usr/sap_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /usr/sap/install
    special: /usr/sap/install_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /usr/sap/trans
    special: /usr/sap/trans_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /export/home/zsap21
    special: /export/home_zsap21
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1
    special: /oracle/FS1
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/920_64
    special: /oracle/FS1/920_64
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/mirrlogA
    special: /oracle/FS1/mirrlogA
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/oraarch
    special: /oracle/FS1/oraarch
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/origlogA
    special: /oracle/FS1/origlogA
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/origlogB
    special: /oracle/FS1/origlogB
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/saparch
    special: /oracle/FS1/saparch
    raw not specified
    type: lofs
    options: []
    fs:
    dir: /oracle/FS1/sapdata1
    special: /oracle/FS1/sapdata1
    raw not specified
    type: lofs
    options: []
    ***********more available but I truncated it here**********************
    I successfully installed and configured the zone.
    I then logged into the local zone and installed a new version of Oracle and a working SAP instance. I know that it worked because I was able to log into it.
    Upon rebooting the server and the local zone I have lost access to all of my file systems in the Oracle/SAP zone.
    It's almost as if the global zone has not mounted its file systems over the local zones mount points. In the local zone I can see no files in the directories where I would expect Oracle or SAP files.
    I either mis-configured the zonecfg or missed a step somewhere.
    I suspect that my file system contents are still around somewhere waiting to be hooked up with a zone's mount point.
    In the local zone a df -k shows all of the file systems (like the local zone knows about what file systems belong) but they all have the same size and free space (probably from the root zone).
    Any thoughts appreciated.
    Atis

    Do you have amount point within the zone path for these oradb mounts?
    You have to add a directory entry for /oradb in the zone's root directory, i.e. ``zone_path''/root/oradb

Maybe you are looking for

  • How can i sync a full voice memo?

    How come if i sync an voice memo (between iPhone and Macbook via iTunes) it only syncs part of the file, not the whole file. For example only 4min instead of 20min?

  • Date problem with jasper reports

    I need to pass the date values as a parameter to the jasper reports and process it in the report, how can achieve it please give me a brief explanation, i need the date value for processing a sql statement in the jasper report please help me a sample

  • SQL Server Database - Transaction logs growing largely with Simple Recovery model

    Hello, There is SQL server database on client side in production environment with huge transaction logs. Requirement : 1. Take database backup 2. Transaction log backup is not required. - so it is set to Simple recovery model. I am aware that, Simple

  • Difficulty with running an AS3 project in a project landscape full HD 1920x1080

    Hi, I have been running successfully an AS3 project in the IDE using the flash player that is called during text a movie however the same file running as a projector will simply display a blank screen and do nothing. This seems to happen only with a

  • Why does iMovie crash every time I launch it?

    Everytime I launch iMovie it crashes a few seconds after it opens.  I've never had any problems with it.  Does anyone know why this happens and or how to fix it?  I just wanted to make a video slideshow and set it to music but I can't get iMovie to s