muralikvp

Comments

  • Subnet which are imported through Spreadsheet will have display name as Address and subnet mask if none is specified in display name column. Subnet display name will not be overwritten if DHCP server and DHCP scope is added after import process. Before import of subnets if you have DHCP scopes which in turn will create the…
  • We have solution for this issue.Try to do the following steps. Step 1: On the IIS Server , select the Application Pools in left side.It will list all application pools in right side. Step 2: Do right click on Solarwinds Orion Application Pool select Advanced Settings , there is a property called "Managed Pipeline Mode".…
  • Check MACPrefix table against your MAC.OIP tools from online will have very latest version of MAC and its vendor name.But this table will have update only if Orion modules has been upgraded. Run the below query and check your MAC entry SELECT [MacPrefix] ,[Organization] ,[Vendor] FROM [dbo].[MacPrefixes] if entry is not…
  • In Available status IP Address related properties will be cleared out.Comment field also get vanished when IP Address went to Available state. To get some workaround You may use custom properties to that entire subnet.So these custom properties may have value and it will not be get vanished if IP Address state changes.
  • Uploading the spreadsheet data will not create range of IP Address automatically. If you not bothering about the extra fields specified in Spreadsheet which will used for import, then you may use "Bulk Add subnets" link.It will automatically create the IPAddress after import of subnets.You may specify more than one subnet…
  • Not having any order to stop services. Before removing the sdf file ensure that all the services has been stopped.
  • IPAM will manage DHCP server. Management operations such as Adding/removing/editing/split scopes etc can be carried by IPAM. IPAM can clear out reserved IP Address as well.But releasing the IPAddress cannot be done by IPAM. IPAM will list the leases available in DHCP server. Leases will be cleared out by DHCP server.
  • This below link is having pre request for setting up the ISC dhcp server http://knowledgebase.solarwinds.com/kb/questions/5196/ISC+DHCP+Minimum+Requirements We need IPAM business layer log in debug mode.Go to Log adjuster then adjust debug mode for following areas 1. IP Address Manager Test the Isc DHCP server once again…
  • "Last 25 IPAM events" resource is also showing all IPAM related events.But the use case here is events related to user. List of Event Types ================= EventType Name 915 IPAM IPv6 Site Added 916 IPAM IPv6 Site Removed 917 IPAM IPv6 Site Changed 920 IPAM Subnet Added 921 IPAM Subnet Removed 922 IPAM Subnet Changed…
  • I don't know why the subnet information is not imported in your IPAM.Having some workaround for this issue. [IPAM_GroupAttrData] is the table where subnet custom fields has been stored in IPAM. Create an csv with format of groupid , customfileds2 For getting groupid for particular subnet try to run the below query in sql…